home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-07-29 | 2.1 KB | 140 lines | [TEXT/KAHL] |
- *
- * Resources for CleanPict
- *
- CleanPICT.π.rsrc
- APPL???? ;; APPL, followed by your "signature"
-
- type STR#
- Info, 1
- 3
- CleanPICT removes noise from PICT files.
- Copyright © 1990 Martin Minow and MacTutor
- Version of July 9, 1990
-
- *
- * Menus
- *
- type MBAR=GNRL ;; The menu bar
- , 1000 ;; MBAR_Menu_Bar
- .i
- 3
- 1 256 257 ;; MENU...
-
- Type MENU ;; Stuff in the menu bar
- ,1 ;; MENU_Apple
- \14
- About CleanPICT
- (-
-
- ,256 ;; MENU_File
- File
- Open PICT/O\C9
- Clean
- Set Threshold\C9
- Close
- Save As/S\C9
- Debug
- (-
- Quit/Q
-
- ,257 ;; MENU_Edit
- Edit
- Undo ;; 1
- (- ;; 2
- Cut ;; 3
- Copy ;; 4
- Paste ;; 5
- Clear ;; 6
-
- *
- * The Status (About) Window
- *
- Type WIND ;; Display window
- , 1000 ;; WIND_About
- About CleanPICT ;; Title
- 100 100 260 360 ;; Top Left Bottom Right
- Visible GoAway ;; Attributes
- 4 ;; noGrowDocProc
- 0 ;; refCon
-
- *
- * Set Threshold Dialog
- *
- Type DLOG
- Set Threshold, 1000 ;; DLOG_Set_Threshold
- Set Threshold
- 100 100 200 300
- inVisible NoGoAway
- 1
- 0
- 1000
-
- Type DITL
- Set Threshold, 1000 ;; DLOG_Set_Threshold
- 4
-
- BtnItem Enabled ;; Ok
- 71 135 97 184
- OK
-
- BtnItem Enabled
- 71 34 97 83
- Cancel ;; Cancel
-
- StatText Disabled ;; Threshold_Text
- 13 17 33 190
- Set Island Threshold
-
- EditText Disabled ;; Threshold_Value
- 40 19 57 87
-
- *
- * Ask whether the file should really be discarded.
- *
- Type ALRT
- ,2000 ;; ALRT_Advise
- 100 100 250 400
- 2000 ;; ALRT_Advise
- 4444
-
- Type DITL
- ,2000 ;; ALRT_Advise
- 4
-
- BtnItem Enabled
- 67 37 91 123
- Save
-
- BtnItem Enabled
- 104 37 128 123
- Discard
-
- BtnItem Enabled
- 85 184 109 270
- Cancel
-
- StatText Disabled
- 10 69 58 287
- Save changes to ^0?
-
- *
- * Wait cursors (must be in order).
- *
- Type CURS = GNRL
- , 2000
- .h
- 0000 7878 CCCC CCCC CCCC 7FF8 0CC0 0CC0
- 7FF8 CCCC CCCC CCCC 7878 0000 0000 0000
- 0000 7878 CCCC CCCC CCCC 7FF8 0CC0 0CC0
- 7FF8 CCCC CCCC CCCC 7878 0000 0000 0000
- 0006 0006
-
- , 2001
- .h
- 0000 7878 CCCC CCCC CCCC 7FF8 0CC0 0CC0
- 7FF8 CCCC CCCC CCCC 7878 0003 0003 0000
- 0000 7878 CCCC CCCC CCCC 7FF8 0CC0 0CC0
- 7FF8 CCCC CCCC CCCC 7878 0003 0003 0000
- 0006 0006
-
-